NomGridCtrl Events
The CygNet GCM Nomination Grid Control object handles the following event:
EventRefreshComplete
The EventRefreshComplete event fires when a full refresh has completed.
Syntax
RefreshComplete
Example
Copy
EventRefreshComplete
Sub NomGridCtrl1_EventRefreshComplete()
Dim This : Set This = NomGridCtrl1
If bIsExported = False Then
this.Export
bIsExported = True
End If
End Sub

